-
Notifications
You must be signed in to change notification settings - Fork 542
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add new client to call organization discovery configuration API #6099
base: master
Are you sure you want to change the base?
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #6099 +/- ##
============================================
+ Coverage 40.27% 40.89% +0.61%
- Complexity 14430 15057 +627
============================================
Files 1760 1780 +20
Lines 119036 124858 +5822
Branches 21144 21625 +481
============================================
+ Hits 47947 51055 +3108
- Misses 63779 66306 +2527
- Partials 7310 7497 +187
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚨 Try these New Features:
|
...carbon/identity/mgt/endpoint/util/client/OrganizationDiscoveryConfigDataRetrievalClient.java
Outdated
Show resolved
Hide resolved
...o2/carbon/identity/mgt/endpoint/util/OrganizationDiscoveryConfigDataRetrievalClientTest.java
Outdated
Show resolved
Hide resolved
...carbon/identity/mgt/endpoint/util/client/OrganizationDiscoveryConfigDataRetrievalClient.java
Outdated
Show resolved
Hide resolved
...carbon/identity/mgt/endpoint/util/client/OrganizationDiscoveryConfigDataRetrievalClient.java
Show resolved
Hide resolved
...entity/mgt/endpoint/util/client/OrganizationDiscoveryConfigDataRetrievalClientException.java
Outdated
Show resolved
Hide resolved
Quality Gate passedIssues Measures |
Proposed changes in this pull request
This PR adds a new client to call the organization discovery configuration API in order to retrieve the discovery configurations of a specific organization
When should this PR be merged
This should be merged after all prs of the below task is merged.
Related issue